home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / amhelios / msvc / hemi / helios_h.mak
Makefile  |  1999-01-01  |  13KB  |  469 lines

  1. # Microsoft Visual C++ generated build script - Do not modify
  2.  
  3. PROJ = HELIOS_H
  4. DEBUG = 0
  5. PROGTYPE = 0
  6. CALLER = 
  7. ARGS = 
  8. DLLS = 
  9. D_RCDEFINES = /d_DEBUG /d_HEMI_CUBE 
  10. R_RCDEFINES = /dNDEBUG /d_HEMI_CUBE 
  11. ORIGIN = MSVC
  12. ORIGIN_VER = 1.00
  13. PROJPATH = C:\HELIOS3A\MSVC\HEMI\
  14. USEMFC = 0
  15. CC = cl
  16. CPP = cl
  17. CXX = cl
  18. CCREATEPCHFLAG = 
  19. CPPCREATEPCHFLAG = 
  20. CUSEPCHFLAG = 
  21. CPPUSEPCHFLAG = 
  22. FIRSTC =             
  23. FIRSTCPP = C_JITTER.CPP
  24. RC = rc
  25. CFLAGS_D_WEXE = /nologo /G2 /W3 /Zi /AL /O2 /D "_DEBUG" /D "_HEMI_CUBE" /I "\radiant\advanced\include" /GA /Fd"HELIOS_C.PDB"
  26. CFLAGS_R_WEXE = /nologo /Gs /G3 /W3 /AL /O2 /Ob2 /D "NDEBUG" /D "_HEMI_CUBE" /I "\radiant\advanced\include" /GA 
  27. LFLAGS_D_WEXE = /NOLOGO /NOD /PACKC:61440 /ALIGN:16 /ONERROR:NOEXE /CO  
  28. LFLAGS_R_WEXE = /NOLOGO /NOD /PACKC:61440 /ALIGN:16 /ONERROR:NOEXE  
  29. LIBS_D_WEXE = oldnames libw llibcew commdlg.lib 
  30. LIBS_R_WEXE = oldnames libw llibcew commdlg.lib 
  31. RCFLAGS = /i c:\helios3a\source 
  32. RESFLAGS = /k
  33. RUNFLAGS = 
  34. DEFFILE = ..\..\SOURCE\HELIOS.DEF
  35. OBJS_EXT = 
  36. LIBS_EXT = 
  37. !if "$(DEBUG)" == "1"
  38. CFLAGS = $(CFLAGS_D_WEXE)
  39. LFLAGS = $(LFLAGS_D_WEXE)
  40. LIBS = $(LIBS_D_WEXE)
  41. MAPFILE = nul
  42. RCDEFINES = $(D_RCDEFINES)
  43. !else
  44. CFLAGS = $(CFLAGS_R_WEXE)
  45. LFLAGS = $(LFLAGS_R_WEXE)
  46. LIBS = $(LIBS_R_WEXE)
  47. MAPFILE = nul
  48. RCDEFINES = $(R_RCDEFINES)
  49. !endif
  50. !if [if exist MSVC.BND del MSVC.BND]
  51. !endif
  52. SBRS = C_JITTER.SBR \
  53.         ERROR.SBR \
  54.         FF_CLIP.SBR \
  55.         FF_SCAN.SBR \
  56.         GAMMA.SBR \
  57.         HELIOS.SBR \
  58.         P_CLIP4.SBR \
  59.         P_RENDER.SBR \
  60.         PARSE.SBR \
  61.         PATCH3.SBR \
  62.         PROG_RAD.SBR \
  63.         RAD_EQN.SBR \
  64.         SYN_CAM.SBR \
  65.         VECTOR3.SBR \
  66.         VIEW_SYS.SBR \
  67.         WIN_BMAP.SBR \
  68.         WIN_SBAR.SBR \
  69.         HC_CLIP.SBR \
  70.         HC_DELTA.SBR \
  71.         HC_SCAN.SBR \
  72.         HEMICUBE.SBR \
  73.         OCT_QUAN.SBR \
  74.         WIN_TGA.SBR \
  75.         ENVIRON.SBR
  76.  
  77.  
  78. C_JITTER_DEP = c:\helios3a\include\c_jitter.h \
  79.     c:\helios3a\include\color.h \
  80.     c:\helios3a\include\general.h
  81.  
  82.  
  83. ERROR_DEP = c:\helios3a\include\error.h
  84.  
  85.  
  86. FF_CLIP_DEP = c:\helios3a\include\ff_clip.h \
  87.     c:\helios3a\include\ff_poly.h \
  88.     c:\helios3a\include\patch3.h \
  89.     c:\helios3a\include\vector3.h \
  90.     c:\helios3a\include\general.h \
  91.     c:\helios3a\include\color.h \
  92.     c:\helios3a\include\vector4.h
  93.  
  94.  
  95. FF_SCAN_DEP = c:\helios3a\include\ff_delta.h \
  96.     c:\helios3a\include\ff_scan.h \
  97.     c:\helios3a\include\ff_poly.h \
  98.     c:\helios3a\include\patch3.h \
  99.     c:\helios3a\include\vector3.h \
  100.     c:\helios3a\include\general.h \
  101.     c:\helios3a\include\color.h \
  102.     c:\helios3a\include\vector4.h
  103.  
  104.  
  105. GAMMA_DEP = c:\helios3a\include\gamma.h \
  106.     c:\helios3a\include\color.h \
  107.     c:\helios3a\include\general.h
  108.  
  109.  
  110. HELIOS_DEP = c:\helios3a\include\general.h \
  111.     c:\helios3a\include\error.h \
  112.     c:\helios3a\include\parse.h \
  113.     c:\helios3a\include\environ.h \
  114.     c:\helios3a\include\instance.h \
  115.     c:\helios3a\include\surface3.h \
  116.     c:\helios3a\include\patch3.h \
  117.     c:\helios3a\include\vector3.h \
  118.     c:\helios3a\include\color.h \
  119.     c:\helios3a\include\transfm3.h \
  120.     c:\helios3a\include\win_text.h \
  121.     c:\helios3a\include\syn_cam.h \
  122.     c:\helios3a\include\p_clip4.h \
  123.     c:\helios3a\include\out_poly.h \
  124.     c:\helios3a\include\vertex4.h \
  125.     c:\helios3a\include\vector4.h \
  126.     c:\helios3a\include\gamma.h \
  127.     c:\helios3a\include\c_jitter.h \
  128.     c:\helios3a\include\p_render.h \
  129.     c:\helios3a\include\win_bmap.h \
  130.     c:\helios3a\include\oct_quan.h \
  131.     c:\helios3a\include\win_meta.h \
  132.     c:\helios3a\include\view_sys.h \
  133.     c:\helios3a\include\win_tga.h \
  134.     c:\helios3a\include\win_sbar.h \
  135.     c:\helios3a\source\win_help.h \
  136.     c:\helios3a\include\prog_rad.h \
  137.     c:\helios3a\include\rad_eqn.h \
  138.     c:\helios3a\include\hemicube.h \
  139.     c:\helios3a\include\hc_clip.h \
  140.     c:\helios3a\include\hc_poly.h \
  141.     c:\helios3a\include\ff_poly.h \
  142.     c:\helios3a\include\ff_clip.h \
  143.     c:\helios3a\include\hc_scan.h \
  144.     c:\helios3a\include\ff_scan.h \
  145.     c:\helios3a\include\hc_delta.h \
  146.     c:\helios3a\include\ff_delta.h \
  147.     c:\helios3a\include\cubic_t.h \
  148.     c:\helios3a\include\ct_clip.h \
  149.     c:\helios3a\include\ct_poly.h \
  150.     c:\helios3a\include\ct_scan.h \
  151.     c:\helios3a\include\ct_delta.h \
  152.     c:\helios3a\include\ray_rad.h \
  153.     c:\helios3a\include\ray_cast.h \
  154.     c:\helios3a\include\resource.h \
  155.     c:\helios3a\include\helios.h
  156.  
  157.  
  158. HELIOS_RCDEP = c:\helios3a\include\resource.h \
  159.     c:\helios3a\source\helios_c.ico \
  160.     c:\helios3a\source\helios_h.ico \
  161.     c:\helios3a\source\helios_r.ico \
  162.     c:\helios3a\source\helios_s.ico
  163.  
  164.  
  165. P_CLIP4_DEP = c:\helios3a\include\p_clip4.h \
  166.     c:\helios3a\include\out_poly.h \
  167.     c:\helios3a\include\vertex4.h \
  168.     c:\helios3a\include\patch3.h \
  169.     c:\helios3a\include\vector3.h \
  170.     c:\helios3a\include\general.h \
  171.     c:\helios3a\include\color.h \
  172.     c:\helios3a\include\vector4.h
  173.  
  174.  
  175. P_RENDER_DEP = c:\helios3a\include\p_render.h \
  176.     c:\helios3a\include\out_poly.h \
  177.     c:\helios3a\include\win_bmap.h \
  178.     c:\helios3a\include\oct_quan.h \
  179.     c:\helios3a\include\color.h \
  180.     c:\helios3a\include\general.h
  181.  
  182.  
  183. PARSE_DEP = c:\helios3a\include\error.h \
  184.     c:\helios3a\include\parse.h \
  185.     c:\helios3a\include\environ.h \
  186.     c:\helios3a\include\instance.h \
  187.     c:\helios3a\include\surface3.h \
  188.     c:\helios3a\include\patch3.h \
  189.     c:\helios3a\include\vector3.h \
  190.     c:\helios3a\include\general.h \
  191.     c:\helios3a\include\color.h \
  192.     c:\helios3a\include\transfm3.h \
  193.     c:\helios3a\include\win_text.h
  194.  
  195.  
  196. PATCH3_DEP = c:\helios3a\include\patch3.h \
  197.     c:\helios3a\include\vector3.h \
  198.     c:\helios3a\include\general.h \
  199.     c:\helios3a\include\color.h
  200.  
  201.  
  202. PROG_RAD_DEP = c:\helios3a\include\prog_rad.h \
  203.     c:\helios3a\include\environ.h \
  204.     c:\helios3a\include\rad_eqn.h \
  205.     c:\helios3a\include\hemicube.h \
  206.     c:\helios3a\include\parse.h \
  207.     c:\helios3a\include\hc_clip.h \
  208.     c:\helios3a\include\hc_poly.h \
  209.     c:\helios3a\include\ff_poly.h \
  210.     c:\helios3a\include\patch3.h \
  211.     c:\helios3a\include\vector3.h \
  212.     c:\helios3a\include\general.h \
  213.     c:\helios3a\include\color.h \
  214.     c:\helios3a\include\vector4.h \
  215.     c:\helios3a\include\ff_clip.h \
  216.     c:\helios3a\include\hc_scan.h \
  217.     c:\helios3a\include\ff_scan.h \
  218.     c:\helios3a\include\hc_delta.h \
  219.     c:\helios3a\include\ff_delta.h \
  220.     c:\helios3a\include\cubic_t.h \
  221.     c:\helios3a\include\ct_clip.h \
  222.     c:\helios3a\include\ct_poly.h \
  223.     c:\helios3a\include\ct_scan.h \
  224.     c:\helios3a\include\ct_delta.h
  225.  
  226.  
  227. RAD_EQN_DEP = c:\helios3a\include\rad_eqn.h \
  228.     c:\helios3a\include\environ.h
  229.  
  230.  
  231. SYN_CAM_DEP = c:\helios3a\include\syn_cam.h \
  232.     c:\helios3a\include\p_clip4.h \
  233.     c:\helios3a\include\out_poly.h \
  234.     c:\helios3a\include\vertex4.h \
  235.     c:\helios3a\include\patch3.h \
  236.     c:\helios3a\include\vector3.h \
  237.     c:\helios3a\include\general.h \
  238.     c:\helios3a\include\color.h \
  239.     c:\helios3a\include\vector4.h \
  240.     c:\helios3a\include\gamma.h \
  241.     c:\helios3a\include\c_jitter.h \
  242.     c:\helios3a\include\p_render.h \
  243.     c:\helios3a\include\win_bmap.h \
  244.     c:\helios3a\include\oct_quan.h \
  245.     c:\helios3a\include\win_meta.h \
  246.     c:\helios3a\include\view_sys.h \
  247.     c:\helios3a\include\environ.h
  248.  
  249.  
  250. VECTOR3_DEP = c:\helios3a\include\vector3.h \
  251.     c:\helios3a\include\general.h
  252.  
  253.  
  254. VIEW_SYS_DEP = c:\helios3a\include\view_sys.h \
  255.     c:\helios3a\include\patch3.h \
  256.     c:\helios3a\include\vector3.h \
  257.     c:\helios3a\include\general.h \
  258.     c:\helios3a\include\color.h \
  259.     c:\helios3a\include\environ.h
  260.  
  261.  
  262. WIN_BMAP_DEP = c:\helios3a\include\win_bmap.h \
  263.     c:\helios3a\include\oct_quan.h \
  264.     c:\helios3a\include\color.h \
  265.     c:\helios3a\include\general.h
  266.  
  267.  
  268. WIN_SBAR_DEP = c:\helios3a\include\win_sbar.h \
  269.     c:\helios3a\include\general.h
  270.  
  271.  
  272. HC_CLIP_DEP = c:\helios3a\include\hc_clip.h \
  273.     c:\helios3a\include\hc_poly.h \
  274.     c:\helios3a\include\ff_poly.h \
  275.     c:\helios3a\include\patch3.h \
  276.     c:\helios3a\include\vector3.h \
  277.     c:\helios3a\include\general.h \
  278.     c:\helios3a\include\color.h \
  279.     c:\helios3a\include\vector4.h \
  280.     c:\helios3a\include\ff_clip.h
  281.  
  282.  
  283. HC_DELTA_DEP = c:\helios3a\include\hc_delta.h \
  284.     c:\helios3a\include\general.h \
  285.     c:\helios3a\include\ff_delta.h
  286.  
  287.  
  288. HC_SCAN_DEP = c:\helios3a\include\hc_poly.h \
  289.     c:\helios3a\include\ff_poly.h \
  290.     c:\helios3a\include\patch3.h \
  291.     c:\helios3a\include\vector3.h \
  292.     c:\helios3a\include\general.h \
  293.     c:\helios3a\include\color.h \
  294.     c:\helios3a\include\vector4.h \
  295.     c:\helios3a\include\hc_scan.h \
  296.     c:\helios3a\include\ff_scan.h \
  297.     c:\helios3a\include\hc_delta.h \
  298.     c:\helios3a\include\ff_delta.h
  299.  
  300.  
  301. HEMICUBE_DEP = c:\helios3a\include\hemicube.h \
  302.     c:\helios3a\include\parse.h \
  303.     c:\helios3a\include\hc_clip.h \
  304.     c:\helios3a\include\hc_poly.h \
  305.     c:\helios3a\include\ff_poly.h \
  306.     c:\helios3a\include\patch3.h \
  307.     c:\helios3a\include\vector3.h \
  308.     c:\helios3a\include\general.h \
  309.     c:\helios3a\include\color.h \
  310.     c:\helios3a\include\vector4.h \
  311.     c:\helios3a\include\ff_clip.h \
  312.     c:\helios3a\include\hc_scan.h \
  313.     c:\helios3a\include\ff_scan.h \
  314.     c:\helios3a\include\hc_delta.h \
  315.     c:\helios3a\include\ff_delta.h
  316.  
  317.  
  318. OCT_QUAN_DEP = c:\helios3a\include\oct_quan.h \
  319.     c:\helios3a\include\color.h \
  320.     c:\helios3a\include\general.h
  321.  
  322.  
  323. WIN_TGA_DEP = c:\helios3a\include\win_tga.h \
  324.     c:\helios3a\include\color.h \
  325.     c:\helios3a\include\general.h
  326.  
  327.  
  328. ENVIRON_DEP = c:\helios3a\include\environ.h \
  329.     c:\helios3a\include\instance.h \
  330.     c:\helios3a\include\surface3.h \
  331.     c:\helios3a\include\patch3.h \
  332.     c:\helios3a\include\vector3.h \
  333.     c:\helios3a\include\general.h \
  334.     c:\helios3a\include\color.h
  335.  
  336.  
  337. all:    $(PROJ).EXE
  338.  
  339. C_JITTER.OBJ:    ..\..\SOURCE\C_JITTER.CPP $(C_JITTER_DEP)
  340.     $(CPP) $(CFLAGS) $(CPPCREATEPCHFLAG) /c ..\..\SOURCE\C_JITTER.CPP
  341.  
  342. ERROR.OBJ:    ..\..\SOURCE\ERROR.CPP $(ERROR_DEP)
  343.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\ERROR.CPP
  344.  
  345. FF_CLIP.OBJ:    ..\..\SOURCE\FF_CLIP.CPP $(FF_CLIP_DEP)
  346.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\FF_CLIP.CPP
  347.  
  348. FF_SCAN.OBJ:    ..\..\SOURCE\FF_SCAN.CPP $(FF_SCAN_DEP)
  349.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\FF_SCAN.CPP
  350.  
  351. GAMMA.OBJ:    ..\..\SOURCE\GAMMA.CPP $(GAMMA_DEP)
  352.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\GAMMA.CPP
  353.  
  354. HELIOS.OBJ:    ..\..\SOURCE\HELIOS.CPP $(HELIOS_DEP)
  355.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HELIOS.CPP
  356.  
  357. HELIOS.RES:    ..\..\SOURCE\HELIOS.RC $(HELIOS_RCDEP)
  358.     $(RC) $(RCFLAGS) $(RCDEFINES) -r -FoC:\HELIOS3A\MSVC\HEMI\HELIOS.RES ..\..\SOURCE\HELIOS.RC
  359.  
  360. P_CLIP4.OBJ:    ..\..\SOURCE\P_CLIP4.CPP $(P_CLIP4_DEP)
  361.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\P_CLIP4.CPP
  362.  
  363. P_RENDER.OBJ:    ..\..\SOURCE\P_RENDER.CPP $(P_RENDER_DEP)
  364.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\P_RENDER.CPP
  365.  
  366. PARSE.OBJ:    ..\..\SOURCE\PARSE.CPP $(PARSE_DEP)
  367.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PARSE.CPP
  368.  
  369. PATCH3.OBJ:    ..\..\SOURCE\PATCH3.CPP $(PATCH3_DEP)
  370.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PATCH3.CPP
  371.  
  372. PROG_RAD.OBJ:    ..\..\SOURCE\PROG_RAD.CPP $(PROG_RAD_DEP)
  373.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PROG_RAD.CPP
  374.  
  375. RAD_EQN.OBJ:    ..\..\SOURCE\RAD_EQN.CPP $(RAD_EQN_DEP)
  376.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\RAD_EQN.CPP
  377.  
  378. SYN_CAM.OBJ:    ..\..\SOURCE\SYN_CAM.CPP $(SYN_CAM_DEP)
  379.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\SYN_CAM.CPP
  380.  
  381. VECTOR3.OBJ:    ..\..\SOURCE\VECTOR3.CPP $(VECTOR3_DEP)
  382.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\VECTOR3.CPP
  383.  
  384. VIEW_SYS.OBJ:    ..\..\SOURCE\VIEW_SYS.CPP $(VIEW_SYS_DEP)
  385.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\VIEW_SYS.CPP
  386.  
  387. WIN_BMAP.OBJ:    ..\..\SOURCE\WIN_BMAP.CPP $(WIN_BMAP_DEP)
  388.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_BMAP.CPP
  389.  
  390. WIN_SBAR.OBJ:    ..\..\SOURCE\WIN_SBAR.CPP $(WIN_SBAR_DEP)
  391.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_SBAR.CPP
  392.  
  393. HC_CLIP.OBJ:    ..\..\SOURCE\HC_CLIP.CPP $(HC_CLIP_DEP)
  394.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HC_CLIP.CPP
  395.  
  396. HC_DELTA.OBJ:    ..\..\SOURCE\HC_DELTA.CPP $(HC_DELTA_DEP)
  397.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HC_DELTA.CPP
  398.  
  399. HC_SCAN.OBJ:    ..\..\SOURCE\HC_SCAN.CPP $(HC_SCAN_DEP)
  400.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HC_SCAN.CPP
  401.  
  402. HEMICUBE.OBJ:    ..\..\SOURCE\HEMICUBE.CPP $(HEMICUBE_DEP)
  403.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HEMICUBE.CPP
  404.  
  405. OCT_QUAN.OBJ:    ..\..\SOURCE\OCT_QUAN.CPP $(OCT_QUAN_DEP)
  406.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\OCT_QUAN.CPP
  407.  
  408. WIN_TGA.OBJ:    ..\..\SOURCE\WIN_TGA.CPP $(WIN_TGA_DEP)
  409.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_TGA.CPP
  410.  
  411. ENVIRON.OBJ:    ..\..\SOURCE\ENVIRON.CPP $(ENVIRON_DEP)
  412.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\ENVIRON.CPP
  413.  
  414.  
  415. $(PROJ).EXE::    HELIOS.RES
  416.  
  417. $(PROJ).EXE::    C_JITTER.OBJ ERROR.OBJ FF_CLIP.OBJ FF_SCAN.OBJ GAMMA.OBJ HELIOS.OBJ \
  418.     P_CLIP4.OBJ P_RENDER.OBJ PARSE.OBJ PATCH3.OBJ PROG_RAD.OBJ RAD_EQN.OBJ SYN_CAM.OBJ \
  419.     VECTOR3.OBJ VIEW_SYS.OBJ WIN_BMAP.OBJ WIN_SBAR.OBJ HC_CLIP.OBJ HC_DELTA.OBJ HC_SCAN.OBJ \
  420.     HEMICUBE.OBJ OCT_QUAN.OBJ WIN_TGA.OBJ ENVIRON.OBJ $(OBJS_EXT) $(DEFFILE)
  421.     echo >NUL @<<$(PROJ).CRF
  422. C_JITTER.OBJ +
  423. ERROR.OBJ +
  424. FF_CLIP.OBJ +
  425. FF_SCAN.OBJ +
  426. GAMMA.OBJ +
  427. HELIOS.OBJ +
  428. P_CLIP4.OBJ +
  429. P_RENDER.OBJ +
  430. PARSE.OBJ +
  431. PATCH3.OBJ +
  432. PROG_RAD.OBJ +
  433. RAD_EQN.OBJ +
  434. SYN_CAM.OBJ +
  435. VECTOR3.OBJ +
  436. VIEW_SYS.OBJ +
  437. WIN_BMAP.OBJ +
  438. WIN_SBAR.OBJ +
  439. HC_CLIP.OBJ +
  440. HC_DELTA.OBJ +
  441. HC_SCAN.OBJ +
  442. HEMICUBE.OBJ +
  443. OCT_QUAN.OBJ +
  444. WIN_TGA.OBJ +
  445. ENVIRON.OBJ +
  446. $(OBJS_EXT)
  447. $(PROJ).EXE
  448. $(MAPFILE)
  449. c:\msvc\lib\+
  450. c:\msvc\mfc\lib\+
  451. $(LIBS)
  452. $(DEFFILE);
  453. <<
  454.     link $(LFLAGS) @$(PROJ).CRF
  455.     $(RC) $(RESFLAGS) HELIOS.RES $@
  456.     @copy $(PROJ).CRF MSVC.BND
  457.  
  458. $(PROJ).EXE::    HELIOS.RES
  459.     if not exist MSVC.BND     $(RC) $(RESFLAGS) HELIOS.RES $@
  460.  
  461. run: $(PROJ).EXE
  462.     $(PROJ) $(RUNFLAGS)
  463.  
  464.  
  465. $(PROJ).BSC: $(SBRS)
  466.     bscmake @<<
  467. /o$@ $(SBRS)
  468. <<
  469.